﻿/* 
	site name : 上海珍岛信息技术有限公司;
	site time : 2014-12-8;
*/
@charset "utf-8";

/* CSS REQUIRE */
 
@import "home.css"; /* Index.html's style */
 
 

/* Reset ---------------------------------------------- */
body,div,span,h1,h2,h3,h4,h5,h6,p,em,img,strong,b,small,u,i,center,dl,dt,dd,ol,ul,li,sub,sup,tt,var,del,dfn,ins,kbd,q,s,samp,strike,applet,object,iframe,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,blockquote,pre,a,abbr,acronym,address,big,cite,code,mark,audio,video,input,textarea,select
	{
	margin: 0;
	padding: 0;
	word-break:break-all;
}

ol,ul {
	list-style: none;
}

 

img {
	border: none;
	max-width: 100%;
	display: inline-block;
}

*:focus {
	outline: none;
}

.jzimg img,.jzimg i {
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	
}

.jzimg i {
	height: 100%;
	display: inline-block;
}

html {
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
}

 

 
input[type="text"] {
	text-indent: 5px;
}

textarea {
	padding: 5px;
}

.text-overf {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

/* upgrade  */
.upgrade {
	padding: 10px;
	text-indent: 40px;
	background: url(../t.png) no-repeat 10px center #fff2e5;
	border: 1px solid #ffd7b0;
	font-size: 14px;
	color: #e8a35c;
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	width: 100%;
}
.cateList li{padding:4px;float:none;}

/*解决样式冲突问题*/
#fileDialog .middle{height:454px !important;}